Alt text for image
2 min read

Task Dashboard

Task Dashboard

A modern, responsive dashboard application built with Next.js, featuring comprehensive financial management tools, dark/light mode, and robust state management.

🌟 Features

  • Modern UI: Clean, responsive interface with light and dark mode support
  • Financial Management: Track transactions, invoices, payments, bank accounts, and investments
  • Dashboard Analytics: Visual data representation with charts and metrics
  • State Management: Zustand-powered state management for seamless user experience
  • Authentication: User authentication with protected routes
  • Responsive Design: Fully responsive across all device sizes
  • Theme Switching: Seamless light/dark mode toggle with persistent preferences

🛠️ Technologies

📦 Installation

  1. Clone the repository:

    Terminal window
    git clone https://github.com/abdulkareemoj/fobework-task.git
    cd task
  2. Install dependencies:

  3. Terminal window
    # Using npm
    npm install
    # Or using yarn
    yarn install
    # Or using pnpm
    pnpm install
  4. Start the development server:

    Terminal window
    pnpm dev
  5. Open your browser and navigate to http://localhost:5173